home *** CD-ROM | disk | FTP | other *** search
- -- background: 2588 from stack: in
- -- bmap block id: 6375
- -- flags: 4000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on openBackground
- show bkgnd field "Copyright"
- wait 1 seconds
- hide bkgnd field "Copyright"
- end openBackground
-
-
-
- -- part 7 (field)
- -- low flags: 81
- -- high flags: 0002
- -- rect: left=0 top=0 right=12 bottom=176
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Copyright
- ----- HyperTalk script -----
- on closeField
- put "©Copyright 1987 by Peter B. Nagel" into field "Copyright"
- answer "Please, do not try to alter copyright notice!"
- set lockText of field "Copyright" to true
- choose browse tool
- end closeField
-
- on deleteField
- warning 10
- end deleteField
-
-
- -- part 13 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=352 top=251 right=270 bottom=474
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prepare Above Bill
- ----- HyperTalk script -----
- on mouseUp
-
- end mouseUp
-
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=352 top=219 right=238 bottom=474
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Amt. Due
- ----- HyperTalk script -----
- on mouseUp
-
- end mouseUp
-
-
- -- part 19 (field)
- -- low flags: 80
- -- high flags: 0000
- -- rect: left=511 top=341 right=342 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name:
-